lua: CMakeLists: drop redundant cmake_minimum_required
authorDavid Härdeman <[email protected]>
Sun, 5 Oct 2025 15:48:37 +0000 (17:48 +0200)
committerChristian Marangi <[email protected]>
Tue, 7 Oct 2025 12:19:52 +0000 (14:19 +0200)
commit7a3863acfb15413d9346d6e7b0c951b8fba72220
treeaa3f00dcb5fdd3e7be449b978dbae579cfebab1b
parentc163d7ab8cdc248a4f82efe339ba29fd8001b5e7
lua: CMakeLists: drop redundant cmake_minimum_required

The Lua module depends on the parent libubox project and can't be built
independently.

Drop redundant cmake_minimum_required from lua/CMakeLists.txt and
inherit the version from the parent CMake project to keep version
consistency.

Signed-off-by: David Härdeman <[email protected]>
Link: https://github.com/openwrt/libubox/pull/21
Signed-off-by: Christian Marangi <[email protected]>
lua/CMakeLists.txt